﻿.phone-contact-section {
    width: 100%;
    border: var(--border-xs) var(--gray-light-10);
    border-radius: 8px;
    height: auto;
    margin-top: 2rem;
    padding: var(--p-6);
}

.phone-number {
    font-size: 1.5rem;
    font-weight: var(--weight-bolder);
    margin: 0 0.5rem;
    text-decoration: none;
    color: var(--gray-dark);
}

    .phone-number:hover {
        color: var(--gray-dark);
    }

.service-tag {
    background-color: var(--brand-light-green);
    color: var(--brand-dark-green);
    font-size: 0.75rem;
    border-radius: 2.5rem;
    padding: 0.375rem 0.75rem;
}

.label-container {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.label-container-item {
    margin-top: 0.75rem;
}

.label-item {
    color: var(--gray-light-9);
}

@media(max-width:768px) {
    .phone-contact-section {
        padding: 1.75rem 1.25rem;
        margin-top: 0.875rem;
    }

    .phone-number {
        font-size: 1rem;
    }

    .phone-contact-container svg {
        width: 1.375rem;
        height: 1.375rem;
    }

    .label-container-item {
        margin-top: 0.5rem;
    }
}
